projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce3620
)
(initialize_w32_display): Call init_crit to initialize
author
Andrew Innes
<andrewi@gnu.org>
Mon, 22 Jun 1998 17:33:05 +0000
(17:33 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Mon, 22 Jun 1998 17:33:05 +0000
(17:33 +0000)
interrupt_handle (referenced by sys_select).
src/w32console.c
patch
|
blob
|
history
diff --git
a/src/w32console.c
b/src/w32console.c
index 8aec92389f24f387506e478fd564e9dd226ae866..eef845fe0207c198c4d0f8372c7bbec2b1407c30 100644
(file)
--- a/
src/w32console.c
+++ b/
src/w32console.c
@@
-528,6
+528,9
@@
initialize_w32_display (void)
read_socket_hook = w32_console_read_socket;
mouse_position_hook = w32_console_mouse_position;
+ /* Initialize interrupt_handle. */
+ init_crit ();
+
/* Remember original console settings. */
keyboard_handle = GetStdHandle (STD_INPUT_HANDLE);
GetConsoleMode (keyboard_handle, &prev_console_mode);